home *** CD-ROM | disk | FTP | other *** search
- object FormMod: TFormMod
- Left = 447
- Top = 240
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'File Permissions'
- ClientHeight = 217
- ClientWidth = 393
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 27
- Top = 8
- Width = 339
- Height = 33
- AutoSize = False
- Caption =
- 'Select the permissions you want to set for the file or folder. P' +
- 'ermission setting is usually only supported by Unix based server' +
- 's.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label2: TLabel
- Left = 80
- Top = 160
- Width = 49
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'CHMOD:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 136
- Top = 160
- Width = 33
- Height = 17
- AutoSize = False
- Caption = '644'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 48
- Width = 121
- Height = 105
- Caption = 'Owner Permissions'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- object CheckBox1: TCheckBox
- Left = 16
- Top = 24
- Width = 81
- Height = 17
- HelpContext = 64
- Caption = 'Readable'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 0
- OnClick = CheckBox1Click
- end
- object CheckBox2: TCheckBox
- Left = 16
- Top = 48
- Width = 81
- Height = 17
- HelpContext = 65
- Caption = 'Writable'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 1
- OnClick = CheckBox2Click
- end
- object CheckBox3: TCheckBox
- Left = 16
- Top = 72
- Width = 81
- Height = 17
- HelpContext = 66
- Caption = 'Executable'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = CheckBox3Click
- end
- end
- object GroupBox2: TGroupBox
- Left = 136
- Top = 48
- Width = 121
- Height = 105
- Caption = 'Group Permissions'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- object CheckBox4: TCheckBox
- Left = 16
- Top = 24
- Width = 81
- Height = 17
- HelpContext = 67
- Caption = 'Readable'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = CheckBox4Click
- end
- object CheckBox5: TCheckBox
- Left = 16
- Top = 48
- Width = 81
- Height = 17
- HelpContext = 68
- Caption = 'Writable'
- TabOrder = 1
- OnClick = CheckBox5Click
- end
- object CheckBox6: TCheckBox
- Left = 16
- Top = 72
- Width = 81
- Height = 17
- HelpContext = 69
- Caption = 'Executable'
- TabOrder = 2
- OnClick = CheckBox6Click
- end
- end
- object GroupBox3: TGroupBox
- Left = 264
- Top = 48
- Width = 121
- Height = 105
- Caption = 'Other Permissions'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- object CheckBox7: TCheckBox
- Left = 16
- Top = 24
- Width = 81
- Height = 17
- HelpContext = 70
- Caption = 'Readable'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = CheckBox7Click
- end
- object CheckBox8: TCheckBox
- Left = 16
- Top = 48
- Width = 81
- Height = 17
- HelpContext = 71
- Caption = 'Writable'
- TabOrder = 1
- OnClick = CheckBox8Click
- end
- object CheckBox9: TCheckBox
- Left = 16
- Top = 72
- Width = 81
- Height = 17
- HelpContext = 72
- Caption = 'Executable'
- TabOrder = 2
- OnClick = CheckBox9Click
- end
- end
- object Button1: TButton
- Left = 79
- Top = 184
- Width = 73
- Height = 25
- Caption = '&OK'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 159
- Top = 184
- Width = 73
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- object ButHelp: TButton
- Left = 239
- Top = 184
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 3
- OnClick = ButHelpClick
- end
- object CheckQuote: TCheckBox
- Left = 192
- Top = 160
- Width = 121
- Height = 17
- HelpContext = 73
- Caption = 'Send as QUOTE'
- TabOrder = 6
- end
- end
-